tests/kola: Move to tests/kolainst
authorColin Walters <walters@verbum.org>
Wed, 27 May 2020 12:52:07 +0000 (12:52 +0000)
committerColin Walters <walters@verbum.org>
Wed, 27 May 2020 15:16:50 +0000 (15:16 +0000)
commit718cca8055e437a4872ab12621ef78d87535bda0
tree57235ed3307e83ad6145599026701cd7406b210b
parent936301608a27b1a44f2b1f866688c682317a8169
tests/kola: Move to tests/kolainst

Follow the precedent set in https://github.com/coreos/rpm-ostree/pull/2106
and rename the directory, to more clearly move away from the
"uninstalled" test model.  Prep for Rust-based tests.
42 files changed:
.cci.jenkinsfile
tests/kola/Makefile [deleted file]
tests/kola/README.md [deleted file]
tests/kola/destructive/data [deleted symlink]
tests/kola/destructive/itest-bare-root.sh [deleted file]
tests/kola/destructive/itest-deploy-selinux.sh [deleted file]
tests/kola/destructive/itest-label-selinux.sh [deleted file]
tests/kola/destructive/staged-delay.sh [deleted file]
tests/kola/destructive/staged-deploy.sh [deleted file]
tests/kola/destructive/var-mount.sh [deleted file]
tests/kola/libinsttest.sh [deleted file]
tests/kola/libtest-core.sh [deleted file]
tests/kola/nondestructive/data [deleted symlink]
tests/kola/nondestructive/itest-bare-unit.sh [deleted file]
tests/kola/nondestructive/itest-bare-user-root.sh [deleted file]
tests/kola/nondestructive/itest-bareuser-nouserxattrs.sh [deleted file]
tests/kola/nondestructive/itest-payload-link.sh [deleted file]
tests/kola/nondestructive/itest-pull-space.sh [deleted file]
tests/kola/nondestructive/itest-pull.sh [deleted file]
tests/kola/nondestructive/itest-remotes.sh [deleted file]
tests/kola/nondestructive/libtest-core.sh [deleted symlink]
tests/kolainst/Makefile [new file with mode: 0644]
tests/kolainst/README.md [new file with mode: 0644]
tests/kolainst/destructive/data [new symlink]
tests/kolainst/destructive/itest-bare-root.sh [new file with mode: 0755]
tests/kolainst/destructive/itest-deploy-selinux.sh [new file with mode: 0755]
tests/kolainst/destructive/itest-label-selinux.sh [new file with mode: 0755]
tests/kolainst/destructive/staged-delay.sh [new file with mode: 0755]
tests/kolainst/destructive/staged-deploy.sh [new file with mode: 0755]
tests/kolainst/destructive/var-mount.sh [new file with mode: 0755]
tests/kolainst/libinsttest.sh [new file with mode: 0644]
tests/kolainst/libtest-core.sh [new file with mode: 0644]
tests/kolainst/nondestructive/data [new symlink]
tests/kolainst/nondestructive/itest-bare-unit.sh [new file with mode: 0644]
tests/kolainst/nondestructive/itest-bare-user-root.sh [new file with mode: 0755]
tests/kolainst/nondestructive/itest-bareuser-nouserxattrs.sh [new file with mode: 0755]
tests/kolainst/nondestructive/itest-payload-link.sh [new file with mode: 0755]
tests/kolainst/nondestructive/itest-pull-space.sh [new file with mode: 0755]
tests/kolainst/nondestructive/itest-pull.sh [new file with mode: 0755]
tests/kolainst/nondestructive/itest-remotes.sh [new file with mode: 0755]
tests/kolainst/nondestructive/libtest-core.sh [new symlink]
tests/libtest-core.sh